home *** CD-ROM | disk | FTP | other *** search
/ PC-SIG: World of Education / PC-SiG's World of Education.iso / run / 2602 / erase.hlp < prev    next >
Text File  |  1989-01-09  |  757b  |  17 lines

  1. ERASE;                   Erase graphics screen
  2.  
  3. The ERASE procedure clears the graphics screen.  It is not neccessary
  4. to call the ERASE procedure before the first plot as the screen is
  5. automatically erased.  Traces generated due to PLOT procedure calls
  6. accumulate on the screen until an ERASE is performed.
  7.  
  8. Scaling control parameters (YMIN, YMAX, XMIN, XMAX) and labeling
  9. strings current at the time of the first PLOT call are used for all
  10. subsequent PLOTs until an ERASE is executed; even if there are control
  11. statements that reset these parameters between erasures.  Subsequent
  12. plots will use the new scaling and labeling values.
  13.  
  14. ERASE causes the MINMIN and MAXMAX values to be reset.
  15.  
  16. ERASE should not be grouped with other statements.
  17.